Manage Hidden Variables

This section describes inheritance variables and the associated commands.

As the name suggests, the value of these variables is hidden from the user in interfaces and logs. Variables and their values are stored in a special file. The variable name appears in ASCII, its value is encoded. Hidden variables are not Uproc variables; they can be used anywhere in Dollar Universe.

The Company’s logical environment (unienv) should be loaded before any of these commands can be used.

The command uxhideval INSERT creates a variable and its hidden value in the variable definition file. Its syntax is as follows:

uxhideval [AREA] INSERT [FILE=filename] VAR=varname VAL=value

The command uxhideval LIST lists variables in the file. Its syntax is as follows:

uxhideval [AREA] LIST [FILE=filename] VAR=varname

The command uxhideval DELETE deletes a variable and its value from the file. Its syntax is as follows:

uxhideval [AREA] DELETE [FILE=filename] VAR=varname

The command uxhideval EXTRACT retrieves the value of a variable from the file. Its syntax is as follows:

uxhideval [AREA] EXTRACT [FILE=filename] VAR=varname

The command uxexechidden executes a command using the value of one or more hidden variables (the command displays the result of its execution together with the standard output of the command passed as a parameter). This command must be executed within a Uproc script launched by Dollar Universe. Its syntax is as follows:

uxexechidden [FILE=filename] <command> !HIDDEN_varname! !HIDDEN_varname!

Description of Items

 

Examples